home *** CD-ROM | disk | FTP | other *** search
/ Chip: 2005 Utilities / CHIP Utilities 2005 / CHIP Utilities 2005.iso / dosapps / freedos / doc / label / history.txt
Encoding:
Text File  |  2003-05-23  |  2.2 KB  |  54 lines

  1. History of Label
  2. ----------------
  3.  
  4. Version 1.0b    9/29/94
  5.   First working version
  6.  
  7. Version 1.1b    10/2/94
  8.   LABEL will not corrupt root directory if there
  9.  
  10. Version 1.2b    4/3/00       Joe Cosentino
  11.   LABEL now checks for write-protection and cancels if the disk is
  12.  
  13. Version 1.21    7/29/00      Joe Cosentino
  14.   Changed old command line reader to new one
  15.   Cleaned up code -- made it easier to read and work with
  16.   Changed error message for error 0x05
  17.  
  18. Version 1.22    8/2/2000     Brian E. Reifsnyder
  19.   Fixed label truncation bug.  The label can now be up to 11 character.
  20.   Fixed bug that returned a "drive not ready" error when "label" was 
  21.     typed at the command line without any arguments.
  22.   All arguments for LABEL can now be entered on the command line.
  23.     i.e.  "LABEL C: DRIVE_C" will label drive c: as "DRIVE_C"
  24.   Changed the routine that clears the label[] variable.
  25.   Fixed a memory corruption (i.e. system crash) problem if the label entered
  26.     is too long.
  27.   Added the capability to handle a command such as "LABEL C:DRIVE_C"
  28.  
  29. Version 1.23    8/24/2000    Brian E. Reifsnyder 
  30.   Fixed the bug that caused the label to be displayed as "Ax" where x can be
  31.     any character.  This bug only manifested itself when label was used on
  32.     logical drives with long filenames.
  33.   Added a version message in the help text.
  34.  
  35. Version 1.24    8/25/2000    Brian E. Reifsnyder
  36.   Changed the code to more accurately ignore LFN entries as per information
  37.     supplied by Steffen Kaiser.
  38.  
  39. Version 1.3     10/6/2000    Joe Cosentino
  40.   Rewrote command line scanning utility because a bug would appear when
  41.     you typed 'label /x' where x can be any character except ?.
  42.  
  43. Version 1.4     5/9/2003     Joe Cosentino
  44.   Totally re-wrote label instead of wasting time trying to find the bugs
  45.     with the previous version.
  46.   Makes more checks for validity and prevents crashes.
  47.  
  48. Version 1.4b    5/23/2003    Eric Auer
  49.   Went over the whole code to make it compile with Turbo C 2.01, which
  50.     you can get for free in the Borland community museum.
  51.   The result is a much smaller LABEL.EXE, especially with help of
  52.     http://upx.sf.net/ -> upx --8086 label.exe ...
  53.  
  54.